CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小生成树 prim

搜索资源列表

  1. PRIM

    0下载:
  2. PRIM算法 对任意给定的网和起点,用PRIM算法的基本思想求解出所有的最小生成树。-PRIM algorithm for any given network and the starting point, PRIM algorithm used to solve the basic idea of all the minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:614048
    • 提供者:易涛
  1. tudebianli

    0下载:
  2. 图的遍历和生成树求解实现(邻接矩阵、邻接表 ―图的深度广度遍历算法的实现和最小生成树PRIM和KRUSCAL算法的实现) -Graph Traversal and Spanning Tree Solution implementation (adjacency matrix, adjacency list- map the depth of breadth traversal algorithm and implementation of the minimum spanning tree al
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9027
    • 提供者:xqx
  1. prim3

    0下载:
  2. 最小生成树 最小生成树 prim-Minimum spanning tree minimum spanning tree minimum spanning tree minimum spanning tree prim
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1661
    • 提供者:alex
  1. prim

    0下载:
  2. 数据结构中的最小生成树实现,根据核心算法在Visual studio6.0的开发环境中运行成功。-Data structure to achieve the minimum spanning tree, according to the core algorithm in the development environment Visual studio6.0 run successfully.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:750
    • 提供者:夏之星
  1. prim

    0下载:
  2. prim算法构造最小生成树,调试通过,c++语言编写。-Minimum Spanning Tree Algorithm prim, debugging through, c++ languages.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1118
    • 提供者:zhlohi
  1. prim

    0下载:
  2. 普里姆算法,求图的最小生成树问题。用的是C语言,比书上的详细。-Prim algorithm, and the minimum spanning tree problem Fig. Using the C language, the detailed than the book.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:650
    • 提供者:熊龙龙
  1. prim

    0下载:
  2.   对于网络,其生成树中的边也带权,将生成树各边的权值总和称为生成树的权,并将权值最小的生成树称为最小生成树(Minimun Spanning Tree),简称为MST。   Prim算法的基本思想是:   (1) 在图G=(V, E) (V表示顶点 ,E表示边)中,从集合V中任取一个顶点(例如取顶点v0)放入集合 U中,这时 U={v0},集合T(E)为空。   (2) 从v0出发寻找与U中顶点相邻(另一顶点在V中)权值最小的边的另一顶点v1,并使v1加入U。即U={v0,v1 }
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:177260
    • 提供者:zc
  1. B

    0下载:
  2. Prim算法完整实现代码收藏 用Prim算法求无向图的最小生成树 -Prim algorithm to achieve a complete collection of code using Prim algorithm for undirected graph of the minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:42629
    • 提供者:曾冬梅
  1. Prim

    0下载:
  2. prim算法是常用的一种解决最小生成树问题的算法-There are three reasons for the changes that have taken place in our life.Firstly,people s living standard has been greatly improved.Secondly,most people are well paid, and they can afford what they need or like.Last but not
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1246
    • 提供者:邓涛
  1. PRIM

    0下载:
  2. 构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。-Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:619
    • 提供者:workfuture
  1. prim

    0下载:
  2. 依据prim最小生成树的算法实现的最小生成树源码,能够建立准确的最小代价生成树-Prim minimum spanning tree based on the minimum spanning tree algorithm source code, be able to establish an accurate minimum cost spanning tree
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:11586
    • 提供者:fengyunlucky
  1. spanning_tree

    0下载:
  2. 最小生成树的多种形式。Kruskal邻接表,正向表,prim+binary_heap邻接表正向表,prim+mapped_heap邻接表正向表.-Minimum spanning tree in many forms. Kruskal adjacency list, forward the table, prim+ binary_heap forward adjacency list table, prim+ mapped_heap forward adjacency list table.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7118
    • 提供者:王华
  1. Prim

    0下载:
  2. 应用Prim算法构造最小生成树,是数据结构的节本算法-Application of Prim minimum spanning tree algorithm is constructed, the data section of the structure of the algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8375
    • 提供者:ddl
  1. prim

    0下载:
  2. purim算法构造最小生成树的程序 大家来下啊-purim
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:6849
    • 提供者:李春雨
  1. PrimAlgorithm

    0下载:
  2. 最小生成树prim算法,Dandn文件给出了输入参数的名称及格式即在调用prim前先输入邻接矩阵D和节点个数n输入prim得到两行的矩阵T,将上下两行数字对应的节点相连即可-Prim algorithm for minimum spanning tree, Dandn document gives the name and format of the input parameters that is called prim before Input adjacency matrix D and
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:977
    • 提供者:Taro Yu
  1. zuixiaoshengchengshu

    0下载:
  2. Prim算法构造 最小生成树 -Prim算法构造 最小生成树
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4747
    • 提供者:china
  1. prim

    0下载:
  2. c语言实现的Prim算法,用来求无向图的最小生成树-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6707
    • 提供者:风海
  1. prim

    0下载:
  2. C++,用PRIM算法求最小生成树,能输入顶点和边,计算最小生成树-C++, with the PRIM for the Minimum Spanning Tree, can enter the vertex and edge to calculate the minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2016-01-27
    • 文件大小:758
    • 提供者:吴浩
  1. prim

    0下载:
  2. 基于最小生成树定理实现图最小生成树的prim算法-Implementation plan based on the theorem of minimum spanning tree minimum spanning tree algorithm prim
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:189351
    • 提供者:isabel dong
  1. matlab

    1下载:
  2. matlab程序:最小生成树prim算法、最小生成树kruskal算法、穷举法求哈密顿圈;以及计算旅行商路线的lingo程序-Prim minimum spanning tree algorithm, matlab program
  3. 所属分类:matlab

    • 发布日期:2016-09-16
    • 文件大小:6144
    • 提供者:刘晓勤
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com